Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
51 | 0 | 0 | 1581 |
Files
com/imcode/db/Database.java
Error | Line |
| File does not end with a newline. |
0
|
com/imcode/db/Database.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
3
|
| Line is longer than 80 characters. |
5
|
| Missing a Javadoc comment. |
5
|
| '(' is followed by whitespace. |
5
|
| ')' is preceded with whitespace. |
5
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
5
|
com/imcode/db/DatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
3
|
| Missing a Javadoc comment. |
5
|
| '(' is followed by whitespace. |
5
|
| ')' is preceded with whitespace. |
5
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
5
|
| ';' is preceded with whitespace. |
5
|
com/imcode/db/DatabaseConnection.java
Error | Line |
| File does not end with a newline. |
0
|
com/imcode/db/DatabaseConnection.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
7
|
| Line is longer than 80 characters. |
9
|
| Missing a Javadoc comment. |
9
|
| '(' is followed by whitespace. |
9
|
| ')' is preceded with whitespace. |
9
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
9
|
| Line is longer than 80 characters. |
11
|
| Missing a Javadoc comment. |
11
|
| '(' is followed by whitespace. |
11
|
| ')' is preceded with whitespace. |
11
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
11
|
| Missing a Javadoc comment. |
13
|
| '(' is followed by whitespace. |
13
|
| Line is longer than 80 characters. |
14
|
| ')' is preceded with whitespace. |
14
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
14
|
| Missing a Javadoc comment. |
16
|
com/imcode/db/DatabaseException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
8
|
| Missing a Javadoc comment. |
10
|
| '(' is followed by whitespace. |
10
|
| Parameter message should be final. |
10
|
| Parameter ex should be final. |
10
|
| ')' is preceded with whitespace. |
10
|
| '(' is followed by whitespace. |
11
|
| ')' is preceded with whitespace. |
11
|
| ';' is preceded with whitespace. |
11
|
| Line is longer than 80 characters. |
14
|
| Missing a Javadoc comment. |
14
|
| '(' is followed by whitespace. |
14
|
| Parameter message should be final. |
14
|
| Parameter cause should be final. |
14
|
| ')' is preceded with whitespace. |
14
|
| ';' is preceded with whitespace. |
15
|
| '(' is followed by whitespace. |
17
|
| '(' is followed by whitespace. |
17
|
| ')' is preceded with whitespace. |
17
|
| ')' is preceded with whitespace. |
17
|
| Line is longer than 80 characters. |
18
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| '(' is followed by whitespace. |
19
|
| '(' is followed by whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
| '(' is followed by whitespace. |
20
|
| ')' is preceded with whitespace. |
20
|
| Line is longer than 80 characters. |
22
|
| '(' is followed by whitespace. |
22
|
| '+' is not preceded with whitespace. |
22
|
| '+' is not followed by whitespace. |
22
|
| '+' is not preceded with whitespace. |
22
|
| '+' is not followed by whitespace. |
22
|
| ')' is preceded with whitespace. |
22
|
| ';' is preceded with whitespace. |
22
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| ';' is preceded with whitespace. |
25
|
com/imcode/db/DatasourceDatabase.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
15
|
| '(' is followed by whitespace. |
15
|
| Parameter dataSource should be final. |
15
|
| 'dataSource' hides a field. |
15
|
| ')' is preceded with whitespace. |
15
|
| Line is longer than 80 characters. |
19
|
| Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| '(' is followed by whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
19
|
| Line is longer than 80 characters. |
23
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| 'catch' is not followed by whitespace. |
25
|
| '(' is followed by whitespace. |
25
|
| ')' is preceded with whitespace. |
25
|
| '(' is followed by whitespace. |
26
|
| '+' is not preceded with whitespace. |
26
|
| '+' is not followed by whitespace. |
26
|
| ')' is preceded with whitespace. |
26
|
| ';' is preceded with whitespace. |
26
|
| ';' is preceded with whitespace. |
28
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| '(' is followed by whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| Class DatabaseConnectionImpl should be declared as final. |
35
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter connection should be final. |
40
|
| 'connection' hides a field. |
40
|
| Parameter queryRunner should be final. |
40
|
| 'queryRunner' hides a field. |
40
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter sql should be final. |
45
|
| Parameter parameters should be final. |
45
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
45
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter sql should be final. |
53
|
| Parameter parameters should be final. |
53
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
53
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
61
|
| Parameter sqlQuery should be final. |
61
|
| Parameter parameters should be final. |
61
|
| Line is longer than 80 characters. |
62
|
| Parameter resultSetHandler should be final. |
62
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
62
|
| Line is longer than 80 characters. |
64
|
| Missing a Javadoc comment. |
70
|
com/imcode/db/JdbcUtils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Class JdbcUtils should be declared as final. |
9
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
11
|
| Line is longer than 80 characters. |
14
|
| Missing a Javadoc comment. |
14
|
| Parameter connection should be final. |
14
|
| Parameter sql should be final. |
14
|
| Parameter parameters should be final. |
14
|
| Line is longer than 80 characters. |
17
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter preparedStatement should be final. |
37
|
| Parameter parameters should be final. |
37
|
com/imcode/db/commands/ColumnValuesDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
5
|
| Missing a Javadoc comment. |
6
|
| Variable 'tableName' must be private and have accessor methods. |
6
|
| Missing a Javadoc comment. |
7
|
| Variable 'columnNames' must be private and have accessor methods. |
7
|
| Missing a Javadoc comment. |
8
|
| Variable 'columnValues' must be private and have accessor methods. |
8
|
| Line is longer than 80 characters. |
10
|
| Missing a Javadoc comment. |
10
|
| Parameter tableName should be final. |
10
|
| 'tableName' hides a field. |
10
|
| Parameter columnNamesAndValues should be final. |
10
|
| ';' is preceded with whitespace. |
12
|
| ';' is preceded with whitespace. |
13
|
| '(' is followed by whitespace. |
14
|
| ')' is preceded with whitespace. |
14
|
| ';' is preceded with whitespace. |
15
|
| ';' is preceded with whitespace. |
16
|
com/imcode/db/commands/CompositeDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
7
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
13
|
| '{' is not followed by whitespace. |
13
|
| '}' is not preceded with whitespace. |
13
|
| Missing a Javadoc comment. |
15
|
| '(' is followed by whitespace. |
15
|
| Parameter databaseCommands should be final. |
15
|
| 'databaseCommands' hides a field. |
15
|
| ')' is preceded with whitespace. |
15
|
| '(' is followed by whitespace. |
16
|
| '(' is followed by whitespace. |
16
|
| ')' is preceded with whitespace. |
16
|
| ')' is preceded with whitespace. |
16
|
| Missing a Javadoc comment. |
19
|
| Parameter databaseCommand should be final. |
19
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Missing a Javadoc comment. |
23
|
| Parameter databaseCommand should be final. |
23
|
| Line is longer than 80 characters. |
27
|
| Method 'executeInTransaction' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| '(' is followed by whitespace. |
27
|
| Parameter connection should be final. |
27
|
| ')' is preceded with whitespace. |
27
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
27
|
| Line is longer than 80 characters. |
28
|
| '(' is followed by whitespace. |
28
|
| ';' is followed by whitespace. |
28
|
| 'cast' is not followed by whitespace. |
29
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
com/imcode/db/commands/DeleteWhereColumnsEqualDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
12
|
| Missing a Javadoc comment. |
12
|
| Line is longer than 80 characters. |
14
|
| Missing a Javadoc comment. |
14
|
| '(' is followed by whitespace. |
14
|
| Parameter table should be final. |
14
|
| Parameter column should be final. |
14
|
| Parameter columnValue should be final. |
14
|
| ')' is preceded with whitespace. |
14
|
| Line is longer than 80 characters. |
18
|
| Missing a Javadoc comment. |
18
|
| Parameter table should be final. |
18
|
| Parameter columnNamesAndValues should be final. |
18
|
| Line is longer than 80 characters. |
22
|
| Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
22
|
| Parameter connection should be final. |
22
|
| ')' is preceded with whitespace. |
22
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| ',' is not followed by whitespace. |
24
|
| ';' is preceded with whitespace. |
24
|
| Line is longer than 80 characters. |
25
|
| '+' is not preceded with whitespace. |
25
|
| '+' is not followed by whitespace. |
25
|
| '+' is not preceded with whitespace. |
25
|
| '+' is not followed by whitespace. |
25
|
| '+' is not preceded with whitespace. |
25
|
| '+' is not followed by whitespace. |
25
|
| ';' is preceded with whitespace. |
25
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Parameter object should be final. |
29
|
| ';' is preceded with whitespace. |
30
|
com/imcode/db/commands/InsertIntoTableDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
7
|
| Missing a Javadoc comment. |
7
|
| Line is longer than 80 characters. |
9
|
| Missing a Javadoc comment. |
9
|
| Parameter tableName should be final. |
9
|
| Parameter columnNamesAndValues should be final. |
9
|
| Line is longer than 80 characters. |
13
|
| Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
13
|
| Missing a Javadoc comment. |
13
|
| Parameter connection should be final. |
13
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
13
|
| Line is longer than 80 characters. |
14
|
| Line is longer than 80 characters. |
15
|
| '+' is not preceded with whitespace. |
15
|
| '+' is not followed by whitespace. |
15
|
| '+' is not preceded with whitespace. |
15
|
| '+' is not followed by whitespace. |
15
|
| '+' is not preceded with whitespace. |
15
|
| '+' is not preceded with whitespace. |
15
|
| '+' is not followed by whitespace. |
15
|
| '+' is not preceded with whitespace. |
15
|
| '+' is not followed by whitespace. |
15
|
| '+' is not preceded with whitespace. |
15
|
| '+' is not followed by whitespace. |
15
|
| ';' is preceded with whitespace. |
15
|
com/imcode/db/commands/SqlQueryDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
13
|
| Line is longer than 80 characters. |
15
|
| Missing a Javadoc comment. |
15
|
| '(' is followed by whitespace. |
15
|
| Parameter sql should be final. |
15
|
| 'sql' hides a field. |
15
|
| Parameter parameters should be final. |
15
|
| 'parameters' hides a field. |
15
|
| Parameter resultSetHandler should be final. |
15
|
| 'resultSetHandler' hides a field. |
15
|
| ')' is preceded with whitespace. |
15
|
| Line is longer than 80 characters. |
21
|
| Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Missing a Javadoc comment. |
21
|
| '(' is followed by whitespace. |
21
|
| Parameter connection should be final. |
21
|
| ')' is preceded with whitespace. |
21
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
21
|
| '(' is followed by whitespace. |
22
|
| ')' is preceded with whitespace. |
22
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Missing a Javadoc comment. |
25
|
| '+' is not preceded with whitespace. |
26
|
| '+' is not followed by whitespace. |
26
|
| '+' is not preceded with whitespace. |
26
|
| '+' is not followed by whitespace. |
26
|
| '+' is not preceded with whitespace. |
26
|
| '+' is not followed by whitespace. |
26
|
| '(' is followed by whitespace. |
26
|
| ')' is preceded with whitespace. |
26
|
| ';' is preceded with whitespace. |
26
|
com/imcode/db/commands/SqlUpdateDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| '(' is followed by whitespace. |
12
|
| Parameter sqlStr should be final. |
12
|
| 'sqlStr' hides a field. |
12
|
| Parameter parameters should be final. |
12
|
| 'parameters' hides a field. |
12
|
| ')' is preceded with whitespace. |
12
|
| Line is longer than 80 characters. |
17
|
| Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Missing a Javadoc comment. |
17
|
| '(' is followed by whitespace. |
17
|
| Parameter connection should be final. |
17
|
| ')' is preceded with whitespace. |
17
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
17
|
| '(' is followed by whitespace. |
18
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
com/imcode/db/commands/TransactionDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
12
|
| Line is longer than 80 characters. |
12
|
| Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| '(' is followed by whitespace. |
16
|
| Parameter dc should be final. |
16
|
| ')' is preceded with whitespace. |
16
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
16
|
| ';' is preceded with whitespace. |
18
|
| '(' is followed by whitespace. |
20
|
| ')' is preceded with whitespace. |
20
|
| '(' is followed by whitespace. |
21
|
| ')' is preceded with whitespace. |
21
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| 'cast' is not followed by whitespace. |
27
|
| ';' is preceded with whitespace. |
27
|
| '(' is followed by whitespace. |
29
|
| ')' is preceded with whitespace. |
29
|
| ';' is preceded with whitespace. |
29
|
| '(' is followed by whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| '(' is followed by whitespace. |
34
|
| ')' is preceded with whitespace. |
34
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| '(' is followed by whitespace. |
39
|
| Parameter connection should be final. |
39
|
| ')' is preceded with whitespace. |
39
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
39
|
com/imcode/db/commands/UpdateTableWhereColumnEqualsDatabaseCommand.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
7
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
9
|
| Missing a Javadoc comment. |
10
|
| Line is longer than 80 characters. |
12
|
| Missing a Javadoc comment. |
12
|
| Parameter tableName should be final. |
12
|
| Parameter columnName should be final. |
12
|
| 'columnName' hides a field. |
12
|
| Line is longer than 80 characters. |
13
|
| Parameter columnValue should be final. |
13
|
| 'columnValue' hides a field. |
13
|
| Parameter columnNamesAndValues should be final. |
13
|
| Line is longer than 80 characters. |
19
|
| Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter connection should be final. |
19
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
19
|
| '(' is followed by whitespace. |
21
|
| ')' is preceded with whitespace. |
21
|
| '+' is not preceded with whitespace. |
22
|
| '+' is not preceded with whitespace. |
24
|
| '+' is not followed by whitespace. |
24
|
| '-' is not preceded with whitespace. |
26
|
| '-' is not followed by whitespace. |
26
|
| ';' is preceded with whitespace. |
26
|
| Line is longer than 80 characters. |
27
|
| '+' is not preceded with whitespace. |
27
|
| '+' is not followed by whitespace. |
27
|
| '+' is not preceded with whitespace. |
27
|
| '+' is not followed by whitespace. |
27
|
| '+' is not preceded with whitespace. |
27
|
| '+' is not preceded with whitespace. |
27
|
| '+' is not preceded with whitespace. |
27
|
| '+' is not followed by whitespace. |
27
|
| '+' is not followed by whitespace. |
27
|
| ';' is preceded with whitespace. |
27
|
com/imcode/db/commands/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/imcode/db/exceptions/IntegrityConstraintViolationException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
7
|
| Line is longer than 80 characters. |
9
|
| Missing a Javadoc comment. |
9
|
| '(' is followed by whitespace. |
9
|
| Parameter message should be final. |
9
|
| Parameter ex should be final. |
9
|
| ')' is preceded with whitespace. |
9
|
| ';' is preceded with whitespace. |
10
|
com/imcode/db/exceptions/StringTruncationException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
7
|
| Missing a Javadoc comment. |
9
|
| '(' is followed by whitespace. |
9
|
| Parameter message should be final. |
9
|
| Parameter ex should be final. |
9
|
| ')' is preceded with whitespace. |
9
|
| '(' is followed by whitespace. |
10
|
com/imcode/db/exceptions/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/imcode/db/handlers/ObjectArrayResultSetHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
11
|
| Missing a Javadoc comment. |
13
|
| ';' is preceded with whitespace. |
13
|
| Line is longer than 80 characters. |
15
|
| Missing a Javadoc comment. |
15
|
| Parameter objectFromRowFactory should be final. |
15
|
| 'objectFromRowFactory' hides a field. |
15
|
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter resultSet should be final. |
19
|
| '(' is followed by whitespace. |
21
|
| ')' is preceded with whitespace. |
21
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
25
|
com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
8
|
| Missing a Javadoc comment. |
10
|
| Variable 'objectFromRowFactory' must be private and have accessor methods. |
10
|
| ';' is preceded with whitespace. |
10
|
| Line is longer than 80 characters. |
12
|
| Missing a Javadoc comment. |
12
|
| Parameter objectFromRowFactory should be final. |
12
|
| 'objectFromRowFactory' hides a field. |
12
|
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| Parameter resultSet should be final. |
16
|
| ';' is preceded with whitespace. |
18
|
| ';' is preceded with whitespace. |
20
|
com/imcode/db/handlers/ObjectFromRowFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
6
|
| Line is longer than 80 characters. |
7
|
| Missing a Javadoc comment. |
7
|
| Line has trailing spaces. |
8
|
| Missing a Javadoc comment. |
9
|
| ';' is preceded with whitespace. |
9
|
com/imcode/db/handlers/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/imcode/db/mock/MockConnection.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.sql.*. |
5
|
| Missing a Javadoc comment. |
8
|
| Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. |
10
|
| Missing a Javadoc comment. |
10
|
| '(' is followed by whitespace. |
11
|
| ')' is preceded with whitespace. |
11
|
| Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. |
14
|
| Missing a Javadoc comment. |
14
|
| Parameter map should be final. |
14
|
| '(' is followed by whitespace. |
15
|
| ')' is preceded with whitespace. |
15
|
| Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| '(' is followed by whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
| Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
29
|
| '{' is not followed by whitespace. |
29
|
| '}' is not preceded with whitespace. |
29
|
| Missing a Javadoc comment. |
31
|
| '{' is not followed by whitespace. |
31
|
| '}' is not preceded with whitespace. |
31
|
| Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| '(' is followed by whitespace. |
34
|
| ')' is preceded with whitespace. |
34
|
| Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '(' is followed by whitespace. |
45
|
| Parameter holdability should be final. |
45
|
| ')' is preceded with whitespace. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Missing a Javadoc comment. |
49
|
| '(' is followed by whitespace. |
49
|
| Parameter level should be final. |
49
|
| ')' is preceded with whitespace. |
49
|
| Missing a Javadoc comment. |
52
|
| '(' is followed by whitespace. |
52
|
| Parameter autoCommit should be final. |
52
|
| ')' is preceded with whitespace. |
52
|
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| '(' is followed by whitespace. |
55
|
| Parameter readOnly should be final. |
55
|
| ')' is preceded with whitespace. |
55
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| '(' is followed by whitespace. |
63
|
| Parameter catalog should be final. |
63
|
| ')' is preceded with whitespace. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| '(' is followed by whitespace. |
79
|
| Parameter savepoint should be final. |
79
|
| ')' is preceded with whitespace. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| Method 'rollback' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| '(' is followed by whitespace. |
83
|
| Parameter savepoint should be final. |
83
|
| ')' is preceded with whitespace. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| Line is longer than 80 characters. |
91
|
| Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| '(' is followed by whitespace. |
91
|
| Parameter resultSetType should be final. |
91
|
| Parameter resultSetConcurrency should be final. |
91
|
| ')' is preceded with whitespace. |
91
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| Line is longer than 80 characters. |
96
|
| Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| '(' is followed by whitespace. |
96
|
| Parameter resultSetType should be final. |
96
|
| Parameter resultSetConcurrency should be final. |
96
|
| Line is longer than 80 characters. |
97
|
| Parameter resultSetHoldability should be final. |
97
|
| ')' is preceded with whitespace. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| '(' is followed by whitespace. |
105
|
| Parameter sql should be final. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| '(' is followed by whitespace. |
109
|
| Parameter sql should be final. |
109
|
| ')' is preceded with whitespace. |
109
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| '(' is followed by whitespace. |
113
|
| Parameter sql should be final. |
113
|
| Parameter resultSetType should be final. |
113
|
| Line is longer than 80 characters. |
114
|
| Parameter resultSetConcurrency should be final. |
114
|
| ')' is preceded with whitespace. |
114
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| '(' is followed by whitespace. |
118
|
| Parameter sql should be final. |
118
|
| Parameter resultSetType should be final. |
118
|
| Parameter resultSetConcurrency should be final. |
119
|
| Line is longer than 80 characters. |
120
|
| Parameter resultSetHoldability should be final. |
120
|
| ')' is preceded with whitespace. |
120
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| '(' is followed by whitespace. |
124
|
| Parameter sql should be final. |
124
|
| ')' is preceded with whitespace. |
124
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| Line is longer than 80 characters. |
129
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| '(' is followed by whitespace. |
129
|
| Parameter sql should be final. |
129
|
| Parameter autoGeneratedKeys should be final. |
129
|
| ')' is preceded with whitespace. |
129
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
| '(' is followed by whitespace. |
134
|
| Parameter sql should be final. |
134
|
| Parameter resultSetType should be final. |
134
|
| Parameter resultSetConcurrency should be final. |
135
|
| ')' is preceded with whitespace. |
135
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| '(' is followed by whitespace. |
140
|
| Parameter sql should be final. |
140
|
| Parameter resultSetType should be final. |
140
|
| Line is longer than 80 characters. |
141
|
| Parameter resultSetConcurrency should be final. |
141
|
| Parameter resultSetHoldability should be final. |
141
|
| ')' is preceded with whitespace. |
141
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| '(' is followed by whitespace. |
146
|
| Parameter sql should be final. |
146
|
| Parameter columnIndexes should be final. |
146
|
| Array brackets at illegal position. |
146
|
| ')' is preceded with whitespace. |
146
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| '(' is followed by whitespace. |
151
|
| Parameter name should be final. |
151
|
| ')' is preceded with whitespace. |
151
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| Line is longer than 80 characters. |
155
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| '(' is followed by whitespace. |
155
|
| Parameter sql should be final. |
155
|
| Parameter columnNames should be final. |
155
|
| Array brackets at illegal position. |
155
|
| ')' is preceded with whitespace. |
155
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
com/imcode/db/mock/MockDatabase.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| Parameter sqlStr should be final. |
28
|
| Parameter parameters should be final. |
28
|
| Line is longer than 80 characters. |
34
|
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter sqlQuery should be final. |
34
|
| Parameter parameters should be final. |
34
|
| Parameter resultSetHandler should be final. |
34
|
| Line is longer than 80 characters. |
35
|
| ')' is preceded with whitespace. |
36
|
| ';' is preceded with whitespace. |
37
|
| ';' is preceded with whitespace. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line is longer than 80 characters. |
46
|
| Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter databaseCommand should be final. |
46
|
| Redundant throws: 'DatabaseException' is unchecked exception. |
46
|
| Line is longer than 80 characters. |
50
|
| Method 'addExpectedSqlCall' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter value should be final. |
60
|
| Method 'assertExpectedSqlCalls' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Line is longer than 80 characters. |
72
|
| Method 'getSqlCallCount' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'getResultForSqlCall' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter sql should be final. |
80
|
| Parameter params should be final. |
80
|
| Missing a Javadoc comment. |
95
|
| Missing a Javadoc comment. |
97
|
| Missing a Javadoc comment. |
98
|
| Missing a Javadoc comment. |
100
|
| Parameter string should be final. |
100
|
| 'string' hides a field. |
100
|
| Parameter parameters should be final. |
100
|
| 'parameters' hides a field. |
100
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Missing a Javadoc comment. |
119
|
| Parameter predicate should be final. |
119
|
| Method 'assertCalledInOrder' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
| Parameter sqlCallPredicates should be final. |
123
|
| ';' is preceded with whitespace. |
124
|
| '(' is followed by whitespace. |
125
|
| ';' is followed by whitespace. |
125
|
| Line is longer than 80 characters. |
127
|
| ';' is preceded with whitespace. |
128
|
| ';' is preceded with whitespace. |
130
|
| Line is longer than 80 characters. |
135
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| Line is longer than 80 characters. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| '-' is not preceded with whitespace. |
137
|
| '-' is not followed by whitespace. |
137
|
| '+' is not preceded with whitespace. |
137
|
| '+' is not followed by whitespace. |
137
|
| ';' is preceded with whitespace. |
137
|
| ';' is preceded with whitespace. |
139
|
| Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Missing a Javadoc comment. |
143
|
| Parameter message should be final. |
143
|
| Parameter predicate should be final. |
143
|
| Avoid inline conditionals. |
145
|
| Line is longer than 80 characters. |
146
|
| Missing a Javadoc comment. |
150
|
| Parameter predicate should be final. |
150
|
| Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Missing a Javadoc comment. |
154
|
| Parameter sqlCallPredicate should be final. |
154
|
| Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Missing a Javadoc comment. |
158
|
| Parameter message should be final. |
158
|
| Parameter predicate should be final. |
158
|
| Avoid inline conditionals. |
160
|
| Line is longer than 80 characters. |
161
|
| Method 'assertCallCount' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Missing a Javadoc comment. |
165
|
| Parameter expectedCount should be final. |
165
|
| Parameter predicate should be final. |
165
|
| Line is longer than 80 characters. |
168
|
| Missing a Javadoc comment. |
172
|
| Missing a Javadoc comment. |
174
|
| Parameter object should be final. |
174
|
| Missing a Javadoc comment. |
178
|
| Parameter sqlCall should be final. |
178
|
| Missing a Javadoc comment. |
180
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Missing a Javadoc comment. |
182
|
| Missing a Javadoc comment. |
187
|
| Missing a Javadoc comment. |
189
|
| Missing a Javadoc comment. |
190
|
| Missing a Javadoc comment. |
192
|
| Parameter tableName should be final. |
192
|
| 'tableName' hides a field. |
192
|
| Parameter parameter should be final. |
192
|
| 'parameter' hides a field. |
192
|
| Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Missing a Javadoc comment. |
197
|
| Parameter sqlCall should be final. |
197
|
| Line is longer than 80 characters. |
198
|
| '+' is not preceded with whitespace. |
198
|
| '+' is not followed by whitespace. |
198
|
| Line is longer than 80 characters. |
199
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Missing a Javadoc comment. |
203
|
| Line is longer than 80 characters. |
204
|
| Line is longer than 80 characters. |
208
|
| Missing a Javadoc comment. |
208
|
| Missing a Javadoc comment. |
210
|
| Missing a Javadoc comment. |
212
|
| Parameter tableName should be final. |
212
|
| 'tableName' hides a field. |
212
|
| '+' is not preceded with whitespace. |
213
|
| '+' is not followed by whitespace. |
213
|
| ';' is preceded with whitespace. |
213
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Missing a Javadoc comment. |
217
|
| ';' is preceded with whitespace. |
218
|
| Line is longer than 80 characters. |
222
|
| Missing a Javadoc comment. |
222
|
| Missing a Javadoc comment. |
224
|
| Line is longer than 80 characters. |
226
|
| Missing a Javadoc comment. |
226
|
| Parameter tableName should be final. |
226
|
| Parameter parameter should be final. |
226
|
| 'parameter' hides a field. |
226
|
| Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Missing a Javadoc comment. |
231
|
| Parameter sqlCall should be final. |
231
|
| Line is longer than 80 characters. |
232
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
235
|
| Missing a Javadoc comment. |
235
|
| Line is longer than 80 characters. |
236
|
| Missing a Javadoc comment. |
240
|
| Missing a Javadoc comment. |
242
|
| Missing a Javadoc comment. |
244
|
| Parameter regex should be final. |
244
|
| 'regex' hides a field. |
244
|
| Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Missing a Javadoc comment. |
248
|
| Parameter sqlCall should be final. |
248
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Missing a Javadoc comment. |
254
|
| Missing a Javadoc comment. |
259
|
| Missing a Javadoc comment. |
261
|
| Variable 'sql' must be private and have accessor methods. |
261
|
| Missing a Javadoc comment. |
263
|
| Parameter sql should be final. |
263
|
| 'sql' hides a field. |
263
|
| Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
267
|
| Missing a Javadoc comment. |
267
|
| Parameter sqlCall should be final. |
267
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Missing a Javadoc comment. |
271
|
| Missing a Javadoc comment. |
276
|
| Missing a Javadoc comment. |
278
|
| Missing a Javadoc comment. |
280
|
| Parameter prefix should be final. |
280
|
| 'prefix' hides a field. |
280
|
| Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
284
|
| Missing a Javadoc comment. |
284
|
| Parameter sqlCall should be final. |
284
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
288
|
| Missing a Javadoc comment. |
288
|
| Line is longer than 80 characters. |
293
|
| Missing a Javadoc comment. |
293
|
| Missing a Javadoc comment. |
295
|
| Line is longer than 80 characters. |
297
|
| Missing a Javadoc comment. |
297
|
| Parameter sql should be final. |
297
|
| Parameter parameters should be final. |
297
|
| 'parameters' hides a field. |
297
|
| Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. |
302
|
| Missing a Javadoc comment. |
302
|
| Parameter sqlCall should be final. |
302
|
| Line is longer than 80 characters. |
303
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Missing a Javadoc comment. |
306
|
| Line is longer than 80 characters. |
307
|
| Line is longer than 80 characters. |
311
|
| Missing a Javadoc comment. |
311
|
| Missing a Javadoc comment. |
313
|
| Missing a Javadoc comment. |
315
|
| Parameter tableName should be final. |
315
|
| 'tableName' hides a field. |
315
|
| '+' is not preceded with whitespace. |
316
|
| '+' is not followed by whitespace. |
316
|
| ';' is preceded with whitespace. |
316
|
| Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. |
320
|
| Missing a Javadoc comment. |
320
|
| '+' is not preceded with whitespace. |
321
|
| '+' is not followed by whitespace. |
321
|
com/imcode/db/mock/MockDatabaseConnection.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Redundant import from the same package - com.imcode.db.mock.MockConnection. |
4
|
| Redundant import from the same package - com.imcode.db.mock.MockDatabase. |
5
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
14
|
| '(' is followed by whitespace. |
14
|
| Parameter mockDatabase should be final. |
14
|
| ')' is preceded with whitespace. |
14
|
| ';' is preceded with whitespace. |
15
|
| Line is longer than 80 characters. |
18
|
| Method 'executeUpdateAndGetGeneratedKey' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| '(' is followed by whitespace. |
18
|
| Parameter sql should be final. |
18
|
| Parameter parameters should be final. |
18
|
| ')' is preceded with whitespace. |
18
|
| 'cast' is not followed by whitespace. |
19
|
| '(' is followed by whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
| ';' is preceded with whitespace. |
19
|
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
22
|
| Parameter sqlQuery should be final. |
22
|
| Parameter parameters should be final. |
22
|
| Parameter resultSetHandler should be final. |
23
|
| ')' is preceded with whitespace. |
23
|
| ';' is preceded with whitespace. |
24
|
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| ';' is preceded with whitespace. |
28
|
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Missing a Javadoc comment. |
31
|
| '(' is followed by whitespace. |
31
|
| Parameter sql should be final. |
31
|
| Parameter parameters should be final. |
31
|
| ')' is preceded with whitespace. |
31
|
| '(' is followed by whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
com/imcode/db/mock/MockResultSet.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.sql.*. |
9
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
15
|
| Variable 'rows' must be private and have accessor methods. |
15
|
| ';' is preceded with whitespace. |
15
|
| Missing a Javadoc comment. |
16
|
| Variable 'rowIndex' must be private and have accessor methods. |
16
|
| ';' is preceded with whitespace. |
16
|
| Missing a Javadoc comment. |
18
|
| Parameter objects should be final. |
18
|
| ';' is preceded with whitespace. |
19
|
| Method 'next' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
| ';' is preceded with whitespace. |
24
|
| ';' is preceded with whitespace. |
26
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
31
|
| Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
35
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter columnIndex should be final. |
38
|
| ';' is preceded with whitespace. |
41
|
| '+' is not preceded with whitespace. |
44
|
| '+' is not followed by whitespace. |
44
|
| ';' is preceded with whitespace. |
44
|
| 'cast' is not followed by whitespace. |
46
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter columnIndex should be final. |
49
|
| Line is longer than 80 characters. |
50
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter columnIndex should be final. |
53
|
| Line is longer than 80 characters. |
54
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter columnIndex should be final. |
57
|
| Line is longer than 80 characters. |
58
|
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter columnIndex should be final. |
61
|
| 'cast' is not followed by whitespace. |
62
|
| ';' is preceded with whitespace. |
62
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter columnIndex should be final. |
65
|
| Line is longer than 80 characters. |
66
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter columnIndex should be final. |
69
|
| Line is longer than 80 characters. |
70
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter columnIndex should be final. |
73
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
77
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter columnIndex should be final. |
77
|
| Parameter scale should be final. |
77
|
| Line is longer than 80 characters. |
78
|
| Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter columnIndex should be final. |
81
|
| Line is longer than 80 characters. |
82
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter columnIndex should be final. |
85
|
| Line is longer than 80 characters. |
86
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter columnIndex should be final. |
89
|
| Line is longer than 80 characters. |
90
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter columnIndex should be final. |
93
|
| Line is longer than 80 characters. |
94
|
| Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Parameter columnIndex should be final. |
97
|
| Line is longer than 80 characters. |
98
|
| Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Parameter columnIndex should be final. |
101
|
| Line is longer than 80 characters. |
102
|
| Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter columnIndex should be final. |
105
|
| Line is longer than 80 characters. |
106
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| Parameter columnName should be final. |
109
|
| Line is longer than 80 characters. |
110
|
| Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Parameter columnName should be final. |
113
|
| Line is longer than 80 characters. |
114
|
| Method 'getByte' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter columnName should be final. |
117
|
| Line is longer than 80 characters. |
118
|
| Method 'getShort' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Parameter columnName should be final. |
121
|
| Line is longer than 80 characters. |
122
|
| Method 'getInt' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Parameter columnName should be final. |
125
|
| Line is longer than 80 characters. |
126
|
| Method 'getLong' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| Parameter columnName should be final. |
129
|
| Line is longer than 80 characters. |
130
|
| Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Missing a Javadoc comment. |
133
|
| Parameter columnName should be final. |
133
|
| Line is longer than 80 characters. |
134
|
| Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Parameter columnName should be final. |
137
|
| Line is longer than 80 characters. |
138
|
| Line is longer than 80 characters. |
142
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Parameter columnName should be final. |
142
|
| Parameter scale should be final. |
142
|
| Line is longer than 80 characters. |
143
|
| Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter columnName should be final. |
146
|
| Line is longer than 80 characters. |
147
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Parameter columnName should be final. |
150
|
| Line is longer than 80 characters. |
151
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Missing a Javadoc comment. |
154
|
| Parameter columnName should be final. |
154
|
| Line is longer than 80 characters. |
155
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Missing a Javadoc comment. |
158
|
| Parameter columnName should be final. |
158
|
| Line is longer than 80 characters. |
159
|
| Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| Parameter columnName should be final. |
162
|
| Line is longer than 80 characters. |
163
|
| Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Missing a Javadoc comment. |
167
|
| Parameter columnName should be final. |
167
|
| Line is longer than 80 characters. |
168
|
| Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Missing a Javadoc comment. |
171
|
| Parameter columnName should be final. |
171
|
| Line is longer than 80 characters. |
172
|
| Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Missing a Javadoc comment. |
175
|
| Line is longer than 80 characters. |
176
|
| Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| Line is longer than 80 characters. |
180
|
| Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
| Line is longer than 80 characters. |
184
|
| Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
187
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| ';' is preceded with whitespace. |
191
|
| ';' is preceded with whitespace. |
193
|
| Parameter column should be final. |
196
|
| Parameter column should be final. |
200
|
| Parameter column should be final. |
204
|
| Parameter column should be final. |
208
|
| Parameter column should be final. |
212
|
| Parameter column should be final. |
216
|
| Parameter column should be final. |
220
|
| Parameter column should be final. |
224
|
| Parameter column should be final. |
228
|
| Parameter column should be final. |
232
|
| Parameter column should be final. |
236
|
| Parameter column should be final. |
240
|
| Parameter column should be final. |
244
|
| Parameter column should be final. |
248
|
| Parameter column should be final. |
252
|
| Parameter column should be final. |
256
|
| Parameter column should be final. |
260
|
| Parameter column should be final. |
264
|
| Line is longer than 80 characters. |
268
|
| Parameter column should be final. |
268
|
| Parameter column should be final. |
272
|
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
278
|
| Missing a Javadoc comment. |
278
|
| Parameter columnIndex should be final. |
278
|
| '-' is not preceded with whitespace. |
279
|
| '-' is not followed by whitespace. |
279
|
| ';' is preceded with whitespace. |
279
|
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Missing a Javadoc comment. |
282
|
| Parameter columnName should be final. |
282
|
| Line is longer than 80 characters. |
283
|
| Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. |
286
|
| Missing a Javadoc comment. |
286
|
| Parameter columnName should be final. |
286
|
| Line is longer than 80 characters. |
287
|
| Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Missing a Javadoc comment. |
290
|
| Parameter columnIndex should be final. |
290
|
| Line is longer than 80 characters. |
291
|
| Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Missing a Javadoc comment. |
294
|
| Parameter columnName should be final. |
294
|
| Line is longer than 80 characters. |
295
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
298
|
| Missing a Javadoc comment. |
298
|
| Parameter columnIndex should be final. |
298
|
| Line is longer than 80 characters. |
299
|
| Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
302
|
| Missing a Javadoc comment. |
302
|
| Parameter columnName should be final. |
302
|
| Line is longer than 80 characters. |
303
|
| Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Missing a Javadoc comment. |
306
|
| Line is longer than 80 characters. |
307
|
| Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. |
310
|
| Missing a Javadoc comment. |
310
|
| Line is longer than 80 characters. |
311
|
| Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. |
314
|
| Missing a Javadoc comment. |
314
|
| Line is longer than 80 characters. |
315
|
| Method 'isLast' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Missing a Javadoc comment. |
318
|
| Line is longer than 80 characters. |
319
|
| Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Missing a Javadoc comment. |
322
|
| Line is longer than 80 characters. |
323
|
| Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. |
326
|
| Missing a Javadoc comment. |
326
|
| Line is longer than 80 characters. |
327
|
| Method 'first' is not designed for extension - needs to be abstract, final or empty. |
330
|
| Missing a Javadoc comment. |
330
|
| Line is longer than 80 characters. |
331
|
| Method 'last' is not designed for extension - needs to be abstract, final or empty. |
334
|
| Missing a Javadoc comment. |
334
|
| Line is longer than 80 characters. |
335
|
| Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
338
|
| Missing a Javadoc comment. |
338
|
| Line is longer than 80 characters. |
339
|
| Method 'absolute' is not designed for extension - needs to be abstract, final or empty. |
342
|
| Missing a Javadoc comment. |
342
|
| Parameter row should be final. |
342
|
| Line is longer than 80 characters. |
343
|
| Method 'relative' is not designed for extension - needs to be abstract, final or empty. |
346
|
| Missing a Javadoc comment. |
346
|
| Parameter rows should be final. |
346
|
| 'rows' hides a field. |
346
|
| Line is longer than 80 characters. |
347
|
| Method 'previous' is not designed for extension - needs to be abstract, final or empty. |
350
|
| Missing a Javadoc comment. |
350
|
| Line is longer than 80 characters. |
351
|
| Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
354
|
| Missing a Javadoc comment. |
354
|
| Parameter direction should be final. |
354
|
| Line is longer than 80 characters. |
355
|
| Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. |
358
|
| Missing a Javadoc comment. |
358
|
| Line is longer than 80 characters. |
359
|
| Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. |
362
|
| Missing a Javadoc comment. |
362
|
| Parameter rows should be final. |
362
|
| 'rows' hides a field. |
362
|
| Line is longer than 80 characters. |
363
|
| Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. |
366
|
| Missing a Javadoc comment. |
366
|
| Line is longer than 80 characters. |
367
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
370
|
| Missing a Javadoc comment. |
370
|
| Line is longer than 80 characters. |
371
|
| Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. |
374
|
| Missing a Javadoc comment. |
374
|
| Line is longer than 80 characters. |
375
|
| Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. |
378
|
| Missing a Javadoc comment. |
378
|
| Line is longer than 80 characters. |
379
|
| Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. |
382
|
| Missing a Javadoc comment. |
382
|
| Line is longer than 80 characters. |
383
|
| Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. |
386
|
| Missing a Javadoc comment. |
386
|
| Line is longer than 80 characters. |
387
|
| Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
390
|
| Missing a Javadoc comment. |
390
|
| Parameter columnIndex should be final. |
390
|
| Line is longer than 80 characters. |
391
|
| Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
394
|
| Missing a Javadoc comment. |
394
|
| Parameter columnIndex should be final. |
394
|
| Parameter x should be final. |
394
|
| Line is longer than 80 characters. |
395
|
| Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
398
|
| Missing a Javadoc comment. |
398
|
| Parameter columnIndex should be final. |
398
|
| Parameter x should be final. |
398
|
| Line is longer than 80 characters. |
399
|
| Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
402
|
| Missing a Javadoc comment. |
402
|
| Parameter columnIndex should be final. |
402
|
| Parameter x should be final. |
402
|
| Line is longer than 80 characters. |
403
|
| Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
406
|
| Missing a Javadoc comment. |
406
|
| Parameter columnIndex should be final. |
406
|
| Parameter x should be final. |
406
|
| Line is longer than 80 characters. |
407
|
| Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
410
|
| Missing a Javadoc comment. |
410
|
| Parameter columnIndex should be final. |
410
|
| Parameter x should be final. |
410
|
| Line is longer than 80 characters. |
411
|
| Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
414
|
| Missing a Javadoc comment. |
414
|
| Parameter columnIndex should be final. |
414
|
| Parameter x should be final. |
414
|
| Line is longer than 80 characters. |
415
|
| Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
418
|
| Missing a Javadoc comment. |
418
|
| Parameter columnIndex should be final. |
418
|
| Parameter x should be final. |
418
|
| Line is longer than 80 characters. |
419
|
| Line is longer than 80 characters. |
422
|
| Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
422
|
| Missing a Javadoc comment. |
422
|
| Parameter columnIndex should be final. |
422
|
| Parameter x should be final. |
422
|
| Line is longer than 80 characters. |
423
|
| Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
426
|
| Missing a Javadoc comment. |
426
|
| Parameter columnIndex should be final. |
426
|
| Parameter x should be final. |
426
|
| Line is longer than 80 characters. |
427
|
| Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
430
|
| Missing a Javadoc comment. |
430
|
| Parameter columnIndex should be final. |
430
|
| Parameter x should be final. |
430
|
| Array brackets at illegal position. |
430
|
| Line is longer than 80 characters. |
431
|
| Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
434
|
| Missing a Javadoc comment. |
434
|
| Parameter columnIndex should be final. |
434
|
| Parameter x should be final. |
434
|
| Line is longer than 80 characters. |
435
|
| Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
438
|
| Missing a Javadoc comment. |
438
|
| Parameter columnIndex should be final. |
438
|
| Parameter x should be final. |
438
|
| Line is longer than 80 characters. |
439
|
| Line is longer than 80 characters. |
442
|
| Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
442
|
| Missing a Javadoc comment. |
442
|
| Parameter columnIndex should be final. |
442
|
| Parameter x should be final. |
442
|
| Line is longer than 80 characters. |
443
|
| Line is longer than 80 characters. |
446
|
| Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
446
|
| Missing a Javadoc comment. |
446
|
| Parameter columnIndex should be final. |
446
|
| Parameter x should be final. |
446
|
| Parameter length should be final. |
446
|
| Line is longer than 80 characters. |
447
|
| Line is longer than 80 characters. |
450
|
| Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
450
|
| Missing a Javadoc comment. |
450
|
| Parameter columnIndex should be final. |
450
|
| Parameter x should be final. |
450
|
| Parameter length should be final. |
450
|
| Line is longer than 80 characters. |
451
|
| Line is longer than 80 characters. |
454
|
| Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
454
|
| Missing a Javadoc comment. |
454
|
| Parameter columnIndex should be final. |
454
|
| Parameter x should be final. |
454
|
| Parameter length should be final. |
454
|
| Line is longer than 80 characters. |
455
|
| Line is longer than 80 characters. |
458
|
| Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
458
|
| Missing a Javadoc comment. |
458
|
| Parameter columnIndex should be final. |
458
|
| Parameter x should be final. |
458
|
| Parameter scale should be final. |
458
|
| Line is longer than 80 characters. |
459
|
| Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
462
|
| Missing a Javadoc comment. |
462
|
| Parameter columnIndex should be final. |
462
|
| Parameter x should be final. |
462
|
| Line is longer than 80 characters. |
463
|
| Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. |
466
|
| Missing a Javadoc comment. |
466
|
| Parameter columnName should be final. |
466
|
| Line is longer than 80 characters. |
467
|
| Line is longer than 80 characters. |
470
|
| Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. |
470
|
| Missing a Javadoc comment. |
470
|
| Parameter columnName should be final. |
470
|
| Parameter x should be final. |
470
|
| Line is longer than 80 characters. |
471
|
| Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. |
474
|
| Missing a Javadoc comment. |
474
|
| Parameter columnName should be final. |
474
|
| Parameter x should be final. |
474
|
| Line is longer than 80 characters. |
475
|
| Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. |
478
|
| Missing a Javadoc comment. |
478
|
| Parameter columnName should be final. |
478
|
| Parameter x should be final. |
478
|
| Line is longer than 80 characters. |
479
|
| Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. |
482
|
| Missing a Javadoc comment. |
482
|
| Parameter columnName should be final. |
482
|
| Parameter x should be final. |
482
|
| Line is longer than 80 characters. |
483
|
| Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. |
486
|
| Missing a Javadoc comment. |
486
|
| Parameter columnName should be final. |
486
|
| Parameter x should be final. |
486
|
| Line is longer than 80 characters. |
487
|
| Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. |
490
|
| Missing a Javadoc comment. |
490
|
| Parameter columnName should be final. |
490
|
| Parameter x should be final. |
490
|
| Line is longer than 80 characters. |
491
|
| Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. |
494
|
| Missing a Javadoc comment. |
494
|
| Parameter columnName should be final. |
494
|
| Parameter x should be final. |
494
|
| Line is longer than 80 characters. |
495
|
| Line is longer than 80 characters. |
498
|
| Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
498
|
| Missing a Javadoc comment. |
498
|
| Parameter columnName should be final. |
498
|
| Parameter x should be final. |
498
|
| Line is longer than 80 characters. |
499
|
| Method 'updateString' is not designed for extension - needs to be abstract, final or empty. |
502
|
| Missing a Javadoc comment. |
502
|
| Parameter columnName should be final. |
502
|
| Parameter x should be final. |
502
|
| Line is longer than 80 characters. |
503
|
| Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. |
506
|
| Missing a Javadoc comment. |
506
|
| Parameter columnName should be final. |
506
|
| Parameter x should be final. |
506
|
| Array brackets at illegal position. |
506
|
| Line is longer than 80 characters. |
507
|
| Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. |
510
|
| Missing a Javadoc comment. |
510
|
| Parameter columnName should be final. |
510
|
| Parameter x should be final. |
510
|
| Line is longer than 80 characters. |
511
|
| Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. |
514
|
| Missing a Javadoc comment. |
514
|
| Parameter columnName should be final. |
514
|
| Parameter x should be final. |
514
|
| Line is longer than 80 characters. |
515
|
| Line is longer than 80 characters. |
518
|
| Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. |
518
|
| Missing a Javadoc comment. |
518
|
| Parameter columnName should be final. |
518
|
| Parameter x should be final. |
518
|
| Line is longer than 80 characters. |
519
|
| Line is longer than 80 characters. |
522
|
| Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. |
522
|
| Missing a Javadoc comment. |
522
|
| Parameter columnName should be final. |
522
|
| Parameter x should be final. |
522
|
| Parameter length should be final. |
522
|
| Line is longer than 80 characters. |
523
|
| Line is longer than 80 characters. |
526
|
| Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. |
526
|
| Missing a Javadoc comment. |
526
|
| Parameter columnName should be final. |
526
|
| Parameter x should be final. |
526
|
| Parameter length should be final. |
526
|
| Line is longer than 80 characters. |
527
|
| Line is longer than 80 characters. |
530
|
| Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. |
530
|
| Missing a Javadoc comment. |
530
|
| Parameter columnName should be final. |
530
|
| Parameter reader should be final. |
530
|
| Parameter length should be final. |
530
|
| Line is longer than 80 characters. |
531
|
| Line is longer than 80 characters. |
534
|
| Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
534
|
| Missing a Javadoc comment. |
534
|
| Parameter columnName should be final. |
534
|
| Parameter x should be final. |
534
|
| Parameter scale should be final. |
534
|
| Line is longer than 80 characters. |
535
|
| Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. |
538
|
| Missing a Javadoc comment. |
538
|
| Parameter columnName should be final. |
538
|
| Parameter x should be final. |
538
|
| Line is longer than 80 characters. |
539
|
| Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. |
542
|
| Missing a Javadoc comment. |
542
|
| Line is longer than 80 characters. |
543
|
| Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. |
546
|
| Missing a Javadoc comment. |
546
|
| Line is longer than 80 characters. |
547
|
| Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. |
550
|
| Missing a Javadoc comment. |
550
|
| Line is longer than 80 characters. |
551
|
| Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. |
554
|
| Missing a Javadoc comment. |
554
|
| Line is longer than 80 characters. |
555
|
| Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. |
558
|
| Missing a Javadoc comment. |
558
|
| Line is longer than 80 characters. |
559
|
| Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. |
562
|
| Missing a Javadoc comment. |
562
|
| Line is longer than 80 characters. |
563
|
| Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. |
566
|
| Missing a Javadoc comment. |
566
|
| Line is longer than 80 characters. |
567
|
| Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. |
570
|
| Missing a Javadoc comment. |
570
|
| Line is longer than 80 characters. |
571
|
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
574
|
| Missing a Javadoc comment. |
574
|
| Parameter i should be final. |
574
|
| Parameter map should be final. |
574
|
| Line is longer than 80 characters. |
575
|
| Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
578
|
| Missing a Javadoc comment. |
578
|
| Parameter i should be final. |
578
|
| Line is longer than 80 characters. |
579
|
| Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
582
|
| Missing a Javadoc comment. |
582
|
| Parameter i should be final. |
582
|
| Line is longer than 80 characters. |
583
|
| Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
586
|
| Missing a Javadoc comment. |
586
|
| Parameter i should be final. |
586
|
| Line is longer than 80 characters. |
587
|
| Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
590
|
| Missing a Javadoc comment. |
590
|
| Parameter i should be final. |
590
|
| Line is longer than 80 characters. |
591
|
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
594
|
| Missing a Javadoc comment. |
594
|
| Parameter colName should be final. |
594
|
| Parameter map should be final. |
594
|
| Line is longer than 80 characters. |
595
|
| Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
598
|
| Missing a Javadoc comment. |
598
|
| Parameter colName should be final. |
598
|
| Line is longer than 80 characters. |
599
|
| Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
602
|
| Missing a Javadoc comment. |
602
|
| Parameter colName should be final. |
602
|
| Line is longer than 80 characters. |
603
|
| Method 'getClob' is not designed for extension - needs to be abstract, final or empty. |
606
|
| Missing a Javadoc comment. |
606
|
| Parameter colName should be final. |
606
|
| Line is longer than 80 characters. |
607
|
| Method 'getArray' is not designed for extension - needs to be abstract, final or empty. |
610
|
| Missing a Javadoc comment. |
610
|
| Parameter colName should be final. |
610
|
| Line is longer than 80 characters. |
611
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
614
|
| Missing a Javadoc comment. |
614
|
| Parameter columnIndex should be final. |
614
|
| Parameter cal should be final. |
614
|
| Line is longer than 80 characters. |
615
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
618
|
| Missing a Javadoc comment. |
618
|
| Parameter columnName should be final. |
618
|
| Parameter cal should be final. |
618
|
| Line is longer than 80 characters. |
619
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
622
|
| Missing a Javadoc comment. |
622
|
| Parameter columnIndex should be final. |
622
|
| Parameter cal should be final. |
622
|
| Line is longer than 80 characters. |
623
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
626
|
| Missing a Javadoc comment. |
626
|
| Parameter columnName should be final. |
626
|
| Parameter cal should be final. |
626
|
| Line is longer than 80 characters. |
627
|
| Line is longer than 80 characters. |
630
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
630
|
| Missing a Javadoc comment. |
630
|
| Parameter columnIndex should be final. |
630
|
| Parameter cal should be final. |
630
|
| Line is longer than 80 characters. |
631
|
| Line is longer than 80 characters. |
634
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
634
|
| Missing a Javadoc comment. |
634
|
| Parameter columnName should be final. |
634
|
| Parameter cal should be final. |
634
|
| Line is longer than 80 characters. |
635
|
| Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
638
|
| Missing a Javadoc comment. |
638
|
| Parameter columnIndex should be final. |
638
|
| Line is longer than 80 characters. |
639
|
| Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
642
|
| Missing a Javadoc comment. |
642
|
| Parameter columnName should be final. |
642
|
| Line is longer than 80 characters. |
643
|
| Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
646
|
| Missing a Javadoc comment. |
646
|
| Parameter columnIndex should be final. |
646
|
| Parameter x should be final. |
646
|
| Line is longer than 80 characters. |
647
|
| Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. |
650
|
| Missing a Javadoc comment. |
650
|
| Parameter columnName should be final. |
650
|
| Parameter x should be final. |
650
|
| Line is longer than 80 characters. |
651
|
| Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
654
|
| Missing a Javadoc comment. |
654
|
| Parameter columnIndex should be final. |
654
|
| Parameter x should be final. |
654
|
| Line is longer than 80 characters. |
655
|
| Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. |
658
|
| Missing a Javadoc comment. |
658
|
| Parameter columnName should be final. |
658
|
| Parameter x should be final. |
658
|
| Line is longer than 80 characters. |
659
|
| Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
662
|
| Missing a Javadoc comment. |
662
|
| Parameter columnIndex should be final. |
662
|
| Parameter x should be final. |
662
|
| Line is longer than 80 characters. |
663
|
| Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. |
666
|
| Missing a Javadoc comment. |
666
|
| Parameter columnName should be final. |
666
|
| Parameter x should be final. |
666
|
| Line is longer than 80 characters. |
667
|
| Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
670
|
| Missing a Javadoc comment. |
670
|
| Parameter columnIndex should be final. |
670
|
| Parameter x should be final. |
670
|
| Line is longer than 80 characters. |
671
|
| Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. |
674
|
| Missing a Javadoc comment. |
674
|
| Parameter columnName should be final. |
674
|
| Parameter x should be final. |
674
|
| Line is longer than 80 characters. |
675
|
com/imcode/db/mock/package.html
Error | Line |
| Missing package documentation file. | 0 |
com/imcode/db/package.html
Error | Line |
| Missing package documentation file. | 0 |